138. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2024-03-04 14:38:50 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

138.1 Files compared

#LocationFileLast Modified
1/Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme v4.0.7/app/design/frontend/Smartwave/porto/Magento_Catalog/web/css/source/module_media.less2021-01-27 04:05:38 +0000
2/Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme v4.0.8/app/design/frontend/Smartwave/porto/Magento_Catalog/web/css/source/module_media.less2021-01-27 04:05:38 +0000

138.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1198
Changed00
Inserted00
Removed00

138.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

138.4 Active regular expressions

No regular expressions were active.

138.5 Comparison detail

1 .product.media { 1 .product.media {
2 .fotorama__stage { 2 .fotorama__stage {
3   border: 1px solid #f4f4f4; 3   border: 1px solid #f4f4f4;
4 } 4 }
5 .fotorama__arr { 5 .fotorama__arr {
6   width: 35px; 6   width: 35px;
7   .fotorama__arr__arr { 7   .fotorama__arr__arr {
8     background: none; 8     background: none;
9     width: auto; 9     width: auto;
10     height: auto; 10     height: auto;
11     &::before { 11     &::before {
12       content: '\e81a'; 12       content: '\e81a';
13       font-family: 'porto-icons'; 13       font-family: 'porto-icons';
14       font-size: 22px; 14       font-size: 22px;
15       font-weight: 600; 15       font-weight: 600;
16       width: 30px; 16       width: 30px;
17       height: 30px; 17       height: 30px;
18       text-align: center; 18       text-align: center;
19       line-height: 29px; 19       line-height: 29px;
20       display: block; 20       display: block;
21       color: #222529; 21       color: #222529;
22     } 22     }
23   } 23   }
24   &--prev { 24   &--prev {
25     .fotorama__arr__arr { 25     .fotorama__arr__arr {
26       &::before { 26       &::before {
27         content: '\e819'; 27         content: '\e819';
28       } 28       }
29     } 29     }
30   } 30   }
31   &--next { 31   &--next {
32     right: 0 !important; 32     right: 0 !important;
33   } 33   }
34 } 34 }
35 .fotorama__caption {display: none;} 35 .fotorama__caption {display: none;}
36 .fotorama__fullscreen-icon { 36 .fotorama__fullscreen-icon {
37   width: 35px; 37   width: 35px;
38   height: 35px; 38   height: 35px;
39   background: none; 39   background: none;
40   display: block; 40   display: block;
41   top: auto; 41   top: auto;
42   bottom: 0; 42   bottom: 0;
43   right: 0 !important; 43   right: 0 !important;
44   text-align: center; 44   text-align: center;
45   line-height: 34px; 45   line-height: 34px;
46   color: #222529; 46   color: #222529;
47   &::before { 47   &::before {
48     content: '\f882'; 48     content: '\f882';
49     font-family: 'Porto-Icons'; 49     font-family: 'Porto-Icons';
50     font-size: 15px; 50     font-size: 15px;
51     font-weight: 300; 51     font-weight: 300;
52     -webkit-font-smoothing: antialiased; 52     -webkit-font-smoothing: antialiased;
53   } 53   }
54   .fotorama--fullscreen & { 54   .fotorama--fullscreen & {
55     bottom: auto; 55     bottom: auto;
56     top: 0; 56     top: 0;
57     &::before { 57     &::before {
58       content: '\f819'; 58       content: '\f819';
59       font-size: 19px; 59       font-size: 19px;
60     } 60     }
61   } 61   }
62   &:focus { 62   &:focus {
63     box-shadow: none; 63     box-shadow: none;
64   } 64   }
65 } 65 }
66 .fotorama__fullscreen { 66 .fotorama__fullscreen {
67   .fotorama__zoom-in, .fotorama__zoom-out { 67   .fotorama__zoom-in, .fotorama__zoom-out {
68     width: 40px; 68     width: 40px;
69     height: 40px; 69     height: 40px;
70     background: none; 70     background: none;
71     line-height: 40px; 71     line-height: 40px;
72     color: #222529; 72     color: #222529;
73     text-align: center; 73     text-align: center;
74     &::before { 74     &::before {
75       font-family: 'porto-icons'; 75       font-family: 'porto-icons';
76       font-size: 15px; 76       font-size: 15px;
77       font-weight: 300; 77       font-weight: 300;
78       -webkit-font-smoothing: antialiased; 78       -webkit-font-smoothing: antialiased;
79     } 79     }
80   } 80   }
81   .fotorama__zoom-in { 81   .fotorama__zoom-in {
82     top: 10px; 82     top: 10px;
83     &::before { 83     &::before {
84       content: '\f882'; 84       content: '\f882';
85     } 85     }
86   } 86   }
87   .fotorama__zoom-out { 87   .fotorama__zoom-out {
88     top: 60px; 88     top: 60px;
89     &::before { 89     &::before {
90       content: '\f883'; 90       content: '\f883';
91     } 91     }
92   } 92   }
93 } 93 }
94 .fotorama__nav-wrap--vertical { 94 .fotorama__nav-wrap--vertical {
95    .fotorama__nav__shaft { 95    .fotorama__nav__shaft {
96      margin-top: -8px; 96      margin-top: -8px;
97    } 97    }
98  } 98  }
99 } 99 }